Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#108579 - 31/07/2002 09:51 "File not Found" when importing logos
phi144
enthusiast

Registered: 15/02/2002
Posts: 314
Loc: New Hampshire, USA
I can't believe I am writing to ask this, but...

When I try to add a new logo to my empeg I am getting the message "Run-time error '53'". File not found. This is happening when I click on send to empeg car player from Tony's logo editor. I am using the serial port and yes, I can connect to the player.

Sorry for this lame question, but does anyone have any thoughts?

Thanks,

Doug
_________________________
Doug

Top
#108580 - 31/07/2002 09:59 Re: "File not Found" when importing logos [Re: phi144]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Please tell me the full path name of the location where logo editor is installed.

Also please give me a list of the files that exist in the same folder with the logo editor.

Also tell me the full path and file name of the logo file that you're attempting to install.
_________________________
Tony Fabris

Top
#108581 - 31/07/2002 10:28 Re: "File not Found" when importing logos [Re: tfabris]
phi144
enthusiast

Registered: 15/02/2002
Posts: 314
Loc: New Hampshire, USA
Thanks Tony. Your questions got me thinking and I solved the problem. For some reason the path was not getting read correctly. I changed the location and it works great!

Thanks again. Sometimes you just need someone to get the wheels a' turning!

Doug
_________________________
Doug

Top
#108582 - 31/07/2002 10:58 Re: "File not Found" when importing logos [Re: phi144]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
I'd still be curious to know what the folder name is so that I know why it broke. It should have just worked.
_________________________
Tony Fabris

Top
#108583 - 31/07/2002 11:04 Re: "File not Found" when importing logos [Re: tfabris]
phi144
enthusiast

Registered: 15/02/2002
Posts: 314
Loc: New Hampshire, USA
It was in my downloads folder...

C:\Documents and Settings\Doug\My Documents\Empeg\Downloads

I just moved it up a notch to...

C:\Documents and Settings\Doug\My Documents\Empeg

Now it works.

Doug
_________________________
Doug

Top
#108584 - 31/07/2002 11:13 Re: "File not Found" when importing logos [Re: phi144]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Hmm. Interesting. I don't see why that would have made any difference.

Was it the logo file that was in that folder, or the logo editor executable program that was in that folder?
_________________________
Tony Fabris

Top
#108585 - 31/07/2002 11:19 Re: "File not Found" when importing logos [Re: tfabris]
phi144
enthusiast

Registered: 15/02/2002
Posts: 314
Loc: New Hampshire, USA
The logo editor was located in that file. The logos themselves are located at...

C:\Documents and Settings\Doug\My Documents\Empeg\Logos

Doug
_________________________
Doug

Top
#108586 - 31/07/2002 11:34 Re: "File not Found" when importing logos [Re: phi144]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Okay, were you running it from a shortcut? What were the properties of the shortcut? Did you move all of the files from Downloads or just the EXE? What files were in the folder with the EXE? Is the Downloads folder perhaps protected by virus software or ZoneAlarm or something?
_________________________
Tony Fabris

Top
#108587 - 31/07/2002 16:31 Re: "File not Found" when importing logos [Re: tfabris]
phi144
enthusiast

Registered: 15/02/2002
Posts: 314
Loc: New Hampshire, USA
OK,

No I wasn't running from a shortcut.

I moved all the files from downloads folder.

Also in the downloads folder was 2.00 13 developer and consumer upgrade files, beta 11 consumer file, emplode beta 13 and emplode beta 11 zips, emplode 1.03, jemplode2b11, jemplode20.jar.

I have blackice installed but I put it in install mode which basically deactivates it.

Doug
_________________________
Doug

Top
#108588 - 31/07/2002 16:33 Re: "File not Found" when importing logos [Re: phi144]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Hmm. Doesn't make sense. Odd.
_________________________
Tony Fabris

Top
#108589 - 02/08/2002 09:05 Re: "File not Found" when importing logos [Re: tfabris]
Shonky
pooh-bah

Registered: 12/01/2002
Posts: 2009
Loc: Brisbane, Australia
Not something silly like the path being too long for a char array is it? If you only have 64 chars for a path (including a null), you could only have

C:\Documents and Settings\Doug\My Documents\Empeg\Downloads\123

so the filename could only be 3 characters long. If however we go up a directory, you could have:

C:\Documents and Settings\Doug\My Documents\Empeg\1234567890123

or a 13 character filename which is reasonable....

Just a thought. I don't even know if it's written in C/VB/Delphi/whatever.
_________________________
Christian
#40104192 120Gb (no longer in my E36 M3, won't fit the E46 M3)

Top
#108590 - 02/08/2002 09:31 Re: "File not Found" when importing logos [Re: Shonky]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Not that I know of. VB has strings of essentially unlimited length that are self-managed by the runtime engine. I don't need to do char ararrays in VB.
_________________________
Tony Fabris

Top
#108591 - 02/08/2002 13:21 Re: "File not Found" when importing logos [Re: tfabris]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3582
Loc: Columbus, OH
VB...the lazy man's language...

(I hafta program mostly in VBA for my job...and it is "a most wretched hive of scum and villainy...", but it gets the job done)
_________________________
~ John

Top
#108592 - 02/08/2002 13:33 Re: "File not Found" when importing logos [Re: JBjorgen]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Well, in my case, it wasn't so much lazyness as available time. The quick development time associated with VB made the difference between the program getting written and it not getting written.
_________________________
Tony Fabris

Top
#108593 - 02/08/2002 13:49 Re: "File not Found" when importing logos [Re: tfabris]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3582
Loc: Columbus, OH
And it's quite appreciated...I was just commenting on the language in general. It is quite useful when it's used for what it's good at (case in point...logo editor).
_________________________
~ John

Top